home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / ncsa_tel / contribu / byu_tel2.hqx / BYU Make next >
Text File  |  1989-12-10  |  776b  |  18 lines

  1. alias cd directory
  2. set Telnet_Dir HardDisk:MPW:TCPIP    # Set this to whatever you want the directory named
  3. cd {Telnet_Dir}                        # change to the source tree
  4. cd :vs
  5. BuildProgram vslib                    # Build the virtual screen library
  6. cd ::tcpip
  7. BuildProgram tcplib.ncsa            # Build the TCP/IP library
  8. BuildProgram tcplibd                # Build the TCP/IP stubs for MacTCP
  9. cd ::tek
  10. BuildProgram teklib                    # Build the Tektronix library
  11. cd ::vr
  12. BuildProgram vrlib                    # Build the color raster protocol library
  13. cd ::main
  14. BuildProgram maclook                # Build the working copy of NCSA_Telnet
  15.                                     #  maclook uses the ncsa.rsrc file instead of installed                                    #  resources
  16. #BuildProgram telnet.ncsa            # Build the telnet executable.
  17. #BuildProgram telnet                # Build the telnet executable compatible with MacTCP
  18.